API Documentation
Namespaces | Classes
nkAstraeus::lua Namespace Reference

Encompasses the wrapping done for a Lua environment. More...

Namespaces

 nkAstraeusWrap
 Encompasses the wrapping of nkAstraeus for Lua.
 
 nkExportWrap
 Encompasses the wrapping of nkExport for Lua.
 
 nkGraphicsWrap
 Encompasses the wrapping of nkGraphics for Lua.
 
 nkResourcesWrap
 Encompasses the wrapping of nkResources for Lua.
 
 nkScriptsWrap
 Encompasses the wrapping of nkScripts for Lua.
 
 nkTasksWrap
 Encompasses the wrapping of nkTasks for Lua.
 

Classes

class  ByteArrayWrapper
 Wraps a nkAstraeus::ByteArrayData and offers functions for use in scripting. More...
 
struct  Constants
 Constants encompassing user type identifiers. More...
 
class  IntArrayWrapper
 Wraps a nkAstraeus::ArrayData<int> and offers functions for use in scripting. More...
 
class  LuaEngine
 Drives the Lua part of the scripting sub engine. More...
 
class  UbyteArrayWrapper
 Wraps a nkAstraeus::UbyteArrayData and offer functions for use in scripting. More...
 
class  VectorArrayWrapper
 Wraps a nkAstraeus::ArrayData<nkGraphics::Vector> and offer functions for use in scripting. More...
 

Detailed Description

Encompasses the wrapping done for a Lua environment.